GetNSE Interface

public interface GetNSE

Module Procedures

public function GetNSEfloat(grid1, grid2, maskReal, maskInteger, normalized) result(nash)

compute Nash and Sutcliffe efficiency index, equivalent to coefficient of determination. optional argument: mask: compute RMSE only on assigned mask nrmse: compute normalized Nash efficiency

Read more…

Arguments

Type IntentOptional Attributes Name
type(grid_real), intent(in) :: grid1
type(grid_real), intent(in) :: grid2
type(grid_real), intent(in), optional :: maskReal
type(grid_integer), intent(in), optional :: maskInteger
logical, intent(in), optional :: normalized

Return Value real(kind=float)